From 0a3be8cbe4986f1498f551aac1104c09a3ea7d53 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 28 Nov 2000 11:55:48 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ad25fe8261..49fe7b880ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-28 Gerd Moellmann + + * simple.el (delete-horizontal-space): Handle minibuffer prompt. + 2000-11-28 Dave Love * progmodes/fortran.el (fortran-mode): Don't set diff --git a/src/ChangeLog b/src/ChangeLog index 45c41746ad8..ecec6f260e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-11-28 Gerd Moellmann + * textprop.c (text_read_only): New function. + (verify_interval_modification): Use it instead of signaling + `text-read-only'. This makes it easier to catch this error + with a breakpoint.: + * xdisp.c (forward_to_next_line_start): Check for newlines, not end of line, which includes CR. -- 2.30.2